home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
komercni software
/
miton
/
SystemMechanic7Pro.exe
/
{app}
/
smhtml.dll
/
1033
/
HTML
/
SDMENU.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-01-24
|
1KB
|
67 lines
div.sdmenu {
width: 169px;
font-family: Arial, sans-serif;
font-size: 12px;
padding-bottom: 9px;
background: url(bottom.gif) no-repeat right bottom;
color: #fff;
}
div.sdmenu div {
background: url(title.gif) repeat-x;
overflow: hidden;
}
div.sdmenu div:first-child {
background: url(toptitle.gif) no-repeat;
}
div.sdmenu #dashbord{
background: url(toptitle.gif) no-repeat;
}
div.sdmenu #activecare{
background: url(activecare.gif) no-repeat;
}
div.sdmenu #tools{
background: url(tools.gif) no-repeat;
}
div.sdmenu #reports{
background: url(reports.gif) no-repeat;
}
div.sdmenu div.collapsed {
height: 31px;
}
div.sdmenu div span {
display: block;
padding: 8px 25px;
font-weight: bold;
color: white;
background: url(expanded.gif) no-repeat 140px 7px;
cursor:pointer;
border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
background-image: url(collapsed.gif);
}
div.sdmenu div a {
padding: 5px 10px 5px 40px;
background: #eee;
display: block;
border-bottom: 1px solid #ddd;
color: #3f70bf;
text-decoration:none;
}
div.sdmenu div a.current {
background : #FFF;
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:30px center;
}
div.sdmenu div a:hover {
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:30px center;
color: #3f70bf;
text-decoration: none;
}